| Package | Description |
|---|---|
| com.atid.lib.module.rfid.uhf.atm | |
| com.atid.lib.module.rfid.uhf.event | |
| com.atid.lib.reader |
| Modifier and Type | Class and Description |
|---|---|
class |
ATRfidUhfATM
The ATRfidUhfATM class is a class inherited from the ATRfidUhf class and is intended to support ATM2000 and ATM500 modules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IATRfidUhfEventListener.onRfidUhfAccessResult(ATRfidUhf uhf,
ResultCode code,
ActionState action,
java.lang.String epc,
java.lang.String data,
java.lang.Object params)
It is called when the device receives the result of executing the functions of Read Memory, Write Memory, Lock and so on.
|
void |
IATRfidUhfEventListener.onRfidUhfPowerGainChanged(ATRfidUhf uhf,
int power,
java.lang.Object params)
Invoked when the Power Gain is changed on the Device.
|
void |
IATRfidUhfEventListener.onRfidUhfReadTag(ATRfidUhf uhf,
java.lang.String tag,
java.lang.Object params)
Called when the device reads the tag while performing the Inventory function.
|
| Modifier and Type | Method and Description |
|---|---|
ATRfidUhf |
ATEAReader.getRfidUhf()
If the ATEAReader instance supports the RFID UHF module,
it returns an interface object that can control the RFID UHF module.
|